Chess on a 12 by 12 Board
Invented by: Doug Vogel, 2000
Game hierarchy
• Game
• Generic Chess
• Generic x12
• Generic 12x12
• Chess on a 12 by 12 Board
Board
FEN: 12/12/2rnbqkbnr2/2pppppppp2/12/12/12/12/2PPPPPPPP2/2RNBQKBNR2/12/12 w KQkq - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | en passant; pawn structure evaluation |
Queen | Queen | Q | Chess on a 12 by 12 Board | trap king on back rank bonus |
Rook | Rook | R | Chess on a 12 by 12 Board | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Chess on a 12 by 12 Board | colorbinding evaluation |
Knight | Knight | N | Chess on a 12 by 12 Board | |
Game Variables
Name = "Chess on a 12 by 12 Board"
Invented = "2000"
InventedBy = "Doug Vogel"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "12/12/2rnbqkbnr2/2pppppppp2/12/12/12/12/2PPPPPPPP2/2RNBQKBNR2/12/12"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Custom
PromotionTypes = "QRBN"
BareKing = false
EnPassant = true
PromotingType = null
CastlingType = King
Declared in Generic x12:
PawnMultipleMove = @4(2)
Declared in Generic 12x12:
Castling = ChessOnA12x12Board
Rules
MoveCompletionDefaultRule
EnPassantRule
CheckmateRule
Move50Rule
CastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
|